Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 2 - 3D Viewer / 3D Viewer Reference
3D Viewer Routines / Creating and Configuring Viewers


Q3ViewerSetFlags

You can use the Q3ViewerSetFlags function to set the viewer flags for a viewer object.

OSErr Q3ViewerSetFlags (
TQ3ViewerObject theViewer, 
unsigned long flags);
theViewer
A viewer object.
flags
A set of viewer flags. See "Viewer Flags" on page 2-12 for a description of the constants you can use to set or clear individual viewer flags.
DESCRIPTION
The Q3ViewerSetFlags function sets the viewer flags associated with the viewer object specified by the theViewer parameter to the values passed in the flags parameter.

IMPORTANT
Any changes to a viewer's flags will not be visible until you call Q3ViewerDraw with the specified viewer object.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996